DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / Handle Property

In This Topic
    Handle Property (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Handle As ObjCRuntime.NativeHandle
    public ObjCRuntime.NativeHandle Handle {get; set;}
    See Also